//==============================================================================
// Wep Promethean Fire_anim.txt
//==============================================================================

//==============================================================================
anim death
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim walk
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
    anim Rangedattack
    {
	    SetSelector
	    {
            Techlogic none/TG Promethean Lvl 2/TG Promethean Lvl 6/TG Promethean Lvl 9/Supremacy Active
            SetSelector
            {
				TechLogic none/TG Wand Lvl 1/TG Wand Lvl 2/TG Wand Lvl 3
				set hotspot // WAND LEVEL 0
                {
				    version
                    {
			            VisualNone jimmy
                        tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.55
                    }
                }
				set hotspot // WAND LEVEL 1
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.5
                    }
                }
				set hotspot // WAND LEVEL 2
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.46
                    }
                }
				set hotspot // WAND LEVEL 3
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.41
                    }
                }
		    }
			SetSelector // PROMETHEAN FIRE LEVEL 2
            {
				TechLogic none/TG Wand Lvl 1/TG Wand Lvl 2/TG Wand Lvl 3
				set hotspot // WAND LEVEL 0
                {
				    version
                    {
			            VisualNone jimmy
                        tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.48
                    }
                }
				set hotspot // WAND LEVEL 1
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.43
                    }
                }
				set hotspot // WAND LEVEL 2
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.4
                    }
                }
				set hotspot // WAND LEVEL 3
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.36
                    }
                }
		    }
			SetSelector // PROMETHEAN FIRE LEVEL 6
            {
				TechLogic none/TG Wand Lvl 1/TG Wand Lvl 2/TG Wand Lvl 3
				set hotspot // WAND LEVEL 0
                {
				    version
                    {
			            VisualNone jimmy
                        tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.42
                    }
                }
				set hotspot // WAND LEVEL 1
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.38
                    }
                }
				set hotspot // WAND LEVEL 2
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.34
                    }
                }
				set hotspot // WAND LEVEL 3
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.31
                    }
                }
		    }
			SetSelector // PROMETHEAN FIRE LEVEL 9
            {
				TechLogic none/TG Wand Lvl 1/TG Wand Lvl 2/TG Wand Lvl 3
				set hotspot // WAND LEVEL 0
                {
				    version
                    {
			            VisualNone jimmy
                        tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.37
                    }
                }
				set hotspot // WAND LEVEL 1
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.33
                    }
                }
				set hotspot // WAND LEVEL 2
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.3
                    }
                }
				set hotspot // WAND LEVEL 3
                {
				    version
                    {
			            VisualNone jimmy
			            tag Attack 0.1 true
                        tag SpecificSoundSet 0.1 false FireGiantAttack checkVisible
			            length 0.27
                    }
                }
		    }
			SetSelector // SUPREMACY ACTIVE
            {
				set hotspot // WAND LEVEL 0
                {
				    version
                    {
			            VisualNone jimmy
                        tag Attack 0.05 true
                        tag SpecificSoundSet 0.05 false FireGiantAttack checkVisible
			            length 0.20
                    }
                }
			}
        }
    }